home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #12 / K-CD-12-2003.ISO / Beach Head - Desert War / BeachHeadDesertWar.exe / LEVEL_58 < prev    next >
Encoding:
Text File  |  2003-04-11  |  2.0 KB  |  176 lines

  1. //Bullets, Projectiles, Missiles, Flares (maximum 500 20 20 20)
  2. Ammo 100 0 10 5
  3.  
  4. //Tank, Jet, HelicopterGun, HelicopterRocket (range:1-9) (default 1,3,3,3)
  5. Aggression 9 9 3 3
  6.  
  7. Daytime
  8. //Nightime
  9. Crosshair
  10. //Artillery
  11. //Bombers
  12. //AltGun
  13. //AltCannon
  14.  
  15. /*** TANK (maximum 12) ***/
  16. Object TANK
  17. Delay 800
  18. ObjectInc
  19. Delay 850
  20. ObjectInc
  21. Delay 830
  22. ObjectInc
  23. Delay 860
  24. //ObjectInc
  25. //Delay 70
  26. //ObjectInc
  27. //ObjectInc
  28. //ObjectInc
  29. //ObjectInc
  30. //ObjectInc
  31. //ObjectInc
  32. //ObjectInc
  33. //ObjectInc
  34. //North
  35. //South
  36. //East
  37. //West
  38.  
  39.  
  40. /*** APC (maximum 4, soldiers 6) basic ***/
  41. Object APC1
  42. Delay 140
  43. ObjectInc
  44. Delay 150
  45. ObjectInc
  46. Delay 160
  47. ObjectInc
  48. Delay 180
  49. //North
  50. South
  51. //East
  52. //West
  53.  
  54.  
  55. /*** APC (maximum 4, soldiers 6) gun turret ***/
  56. //Object APC2
  57. //Delay 100
  58. //ObjectInc
  59. //ObjectInc
  60. //ObjectInc
  61. //North
  62. //South
  63. //East
  64. //West
  65.  
  66.  
  67. /*** APC (maximum 4, soldiers 6) missile turret ***/
  68. //Object APC3
  69. //ObjectInc
  70. //ObjectInc
  71. //ObjectInc
  72. //North
  73. //South
  74. //East
  75. //West
  76.  
  77.  
  78. /*** JET (maximum 16) ***/
  79. //Object JET
  80. //Delay 300
  81. //ObjectInc
  82. //Delay 300
  83. //ObjectInc
  84. //Delay 500
  85. //ObjectInc
  86. //Delay 800
  87. //ObjectInc
  88. //ObjectInc
  89. //ObjectInc
  90. //ObjectInc
  91. //ObjectInc
  92. //ObjectInc
  93. //ObjectInc
  94. //ObjectInc
  95. //ObjectInc
  96. //ObjectInc
  97. //ObjectInc
  98. //ObjectInc
  99. //North
  100. //South
  101. //East
  102. //West
  103.  
  104.  
  105. /*** BOMBER (maximum 9) ***/
  106.  
  107. /*** COBRA (maximum 12) ***/
  108. //Object COBRA
  109. //Delay 1000
  110. //ObjectInc
  111. //Delay 1000
  112. //ObjectInc
  113.  
  114. /*** CH53 (maximum 8, soldiers 6) ***/
  115. Object CH53
  116. Delay 200
  117. ObjectInc
  118. Delay 200
  119. //ObjectInc
  120.  
  121. //ObjectInc
  122.  
  123.  
  124. /*** C130 (maximum 8, soldier 0-12) ***/
  125. Object C130
  126. Delay 100
  127. troops1 8
  128. hdrop 2
  129. //mdrop 2
  130. //adrop 2
  131. //pdrop 2
  132. passes 2
  133.  
  134. ObjectInc
  135. Delay 300
  136. troops1 8
  137. troops2 6
  138. Far
  139. passes 2
  140. //hdrop 2
  141. //mdrop 2
  142. //adrop 2
  143. //pdrop 2
  144. //passes 2
  145. //North
  146. South
  147. //East
  148. //West
  149.  
  150. ObjectInc
  151. Delay 400
  152. troops1 4
  153. troops2 4
  154. hdrop 2
  155. mdrop 2
  156. adrop 2
  157. pdrop 2
  158. passes 2
  159.  
  160.  
  161. ObjectInc
  162. Delay 1000
  163. hdrop 2
  164. mdrop 2
  165. adrop 2
  166. pdrop 2
  167. //troops1 6
  168. passes 2
  169.  
  170.  
  171. End
  172.  
  173.  
  174.  
  175.  
  176.